From: Richard M. Stallman Date: Wed, 14 Nov 2001 00:04:38 +0000 (+0000) Subject: (syms_of_display): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~60685 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=85565e9ebf0d8b7aa8e8475693886c6e3dcfa3a3;p=emacs.git (syms_of_display): Doc fix. --- diff --git a/src/dispnew.c b/src/dispnew.c index 131cc934004..f5dba1fd540 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -6615,8 +6615,9 @@ Emacs's frame display when you reenter Emacs. It is up to you to set this variable if your terminal can do that. */); DEFVAR_LISP ("window-system", &Vwindow_system, - doc: /* A symbol naming the window-system under which Emacs is running -\(such as `x'), or nil if emacs is running on an ordinary terminal. */); + doc: /* Name of window system that Emacs is displaying through. +The value is a symbol--for instance, `x' for X windows. +The value is nil if Emacs is using a text-only terminal. */); DEFVAR_LISP ("window-system-version", &Vwindow_system_version, doc: /* The version number of the window system in use.